home *** CD-ROM | disk | FTP | other *** search
/ Young Minds / Young Minds Interactive CD-ROM.ISO / adl / include / makefile < prev    next >
Encoding:
Makefile  |  1987-08-05  |  248 b   |  15 lines

  1. # AR = shar -c -v
  2. AR = post -c -v -p 6 17
  3. B = ..
  4. D = include/
  5.  
  6. shar        : include.shar
  7.  
  8. include.shar    : README Makefile *.h
  9.     ( cd ${B} ; ${AR}    \
  10.         ${D}README    ${D}COPYRIGHT    ${D}Makefile    ${D}*.h \
  11.     > ${D}include.shar )
  12.  
  13. clean        :
  14.     rm -f core include.shar
  15.